home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / ditroff / local.mk < prev    next >
Encoding:
Makefile  |  1990-07-12  |  568 b   |  22 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. #
  7.  
  8. CFLAGS    += -DDEFPRT=\"lw\" \
  9.        -DDITCAP=\"/sprite/lib/ditroff/ditcap\"
  10.  
  11. MANPAGES    += trchange.man
  12.  
  13. #include <$(SYSMAKEFILE)>
  14.  
  15. #
  16. # Extra install target for ditcap file.
  17. #
  18.  
  19. install        :: installlib
  20. installlib    : .SILENT
  21.     $(UPDATE) -m 444 $(INSTALLFLAGS) ditcap /sprite/lib/ditroff/ditcap
  22.